home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
PowerPC
/
Emulatoren
/
Inhalt
< prev
next >
Wrap
Text File
|
2000-01-01
|
377b
|
13 lines
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
set a `requestchoice "Amiga Plus (C)" "Welche Version wollen Sie?" "HTML|Guide"`
if $a eq 1
EXECUTE >NIL: APCD:Scripts/viewhtml `list Index.html lformat=%F%N` HTML
else
EXECUTE >NIL: APCD:Scripts/viewhtml `list index.guide lformat=%F%N` GUIDE
endif
quit